Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 19, 2025

πŸ€– New release

  • bevy_mod_scripting_derive: 0.15.1 -> 0.16.0
  • bevy_system_reflection: 0.2.0 -> 0.3.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_core: 0.15.1 -> 0.16.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_lua: 0.15.1 -> 0.16.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_rhai: 0.15.1 -> 0.16.0 (βœ“ API compatible changes)
  • bevy_mod_scripting_functions: 0.15.1 -> 0.16.0 (βœ“ API compatible changes)
  • ladfile: 0.5.0 -> 0.6.0 (βœ“ API compatible changes)
  • mdbook_lad_preprocessor: 0.2.0 -> 0.3.0 (βœ“ API compatible changes)
  • ladfile_builder: 0.5.1 -> 0.6.0 (βœ“ API compatible changes)
  • bevy_mod_scripting: 0.15.1 -> 0.16.0 (βœ“ API compatible changes)
  • bevy_a11y_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_animation_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_asset_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_color_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_core_pipeline_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_ecs_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_gizmos_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_gltf_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_image_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_input_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_input_focus_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_math_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_mesh_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_pbr_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_picking_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_reflect_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_render_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_scene_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_sprite_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_text_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_time_bms_bindings: 0.15.1 -> 0.15.2
  • bevy_transform_bms_bindings: 0.15.1 -> 0.15.2
Changelog

bevy_mod_scripting_derive

0.16.0 - 2025-08-30

Refactored

  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)

bevy_system_reflection

0.3.0 - 2025-08-30

Refactored

  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)

bevy_mod_scripting_core

0.16.0 - 2025-08-30

Refactored

  • add world-local static plugin config, remove ContextLoadingSettings resource (#470)
  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)
  • inline CallbackBuilder<P> into IntoScriptPluginParams at compile time (#456)
  • inline CallbackSettings<P> into IntoScriptPluginParam at compile time (#455)

bevy_mod_scripting_lua

0.16.0 - 2025-08-30

Refactored

  • add world-local static plugin config, remove ContextLoadingSettings resource (#470)
  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)
  • inline CallbackBuilder<P> into IntoScriptPluginParams at compile time (#456)
  • inline CallbackSettings<P> into IntoScriptPluginParam at compile time (#455)

bevy_mod_scripting_rhai

0.16.0 - 2025-08-30

Refactored

  • add world-local static plugin config, remove ContextLoadingSettings resource (#470)
  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)
  • inline CallbackBuilder<P> into IntoScriptPluginParams at compile time (#456)
  • inline CallbackSettings<P> into IntoScriptPluginParam at compile time (#455)

bevy_mod_scripting_functions

0.16.0 - 2025-08-30

Added

  • improve codegen crate calculation, separate bindings into crates (#467)
  • pre-expand generated codegen macros (#462)

Refactored

  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)

ladfile

0.6.0 - 2025-08-30

Refactored

  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)

mdbook_lad_preprocessor

0.3.0 - 2025-08-30

Refactored

  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)

ladfile_builder

0.6.0 - 2025-08-30

Refactored

  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)

bevy_mod_scripting

0.16.0 - 2025-08-30

Added

  • improve codegen crate calculation, separate bindings into crates (#467)
  • pre-expand generated codegen macros (#462)

Refactored

  • add world-local static plugin config, remove ContextLoadingSettings resource (#470)
  • [breaking] refactor dependencies, point at bevy subcrates directly (#463)
  • restructure monorepo, rename bevy_api_gen to bevy_mod_scripting_codegen (#461)
  • inline CallbackBuilder<P> into IntoScriptPluginParams at compile time (#456)
  • inline CallbackSettings<P> into IntoScriptPluginParam at compile time (#455)


This PR was generated with release-plz.

Copy link

Review changes with Β SemanticDiff

@github-actions github-actions bot force-pushed the release-plz-2025-08-19T06-19-23Z branch 10 times, most recently from 97b872d to 3afed8b Compare August 25, 2025 19:37
@github-actions github-actions bot force-pushed the release-plz-2025-08-19T06-19-23Z branch from 3afed8b to 4be0f9e Compare August 30, 2025 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants